Kourier Integrator Online Help
This column is used to group fields together when exporting information in XML or JSON format. Up to two levels of tags can be specified (corresponding to associated values and sub-values) by separating them by the | character.
The format of a tag is: {container_name,}association_name. The optional container_name can be used to group like association names together. The container_name or association_name may not contain whitespace.
For example, an association name like “OrderLine” would produce output that looks like this:
XML |
JSON |
---|---|
|
|
If the association name is changed to “OrderLines,OrderLine” the output would look like this:
XML |
JSON |
---|---|
|
|